Vcenter Ovfs DeployResult
The Vcenter Ovfs DeployResult schema defines the result of a successful API call which will include the ID of the entity created.
This schema was added in vSphere API 9.0.0.0.
{
"result_type": "string",
"created_entity": "string"
}
Type for the result.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be one of VirtualApp
or VirtualMachine
. When operations return a value of this schema as a response, the property will be one of VirtualApp
or VirtualMachine
.
Identifier of the deployed Virtual Machine or Virtual Appliance if deployment succeeded. In case of a deployment failure an exception is thrown instead of returning DeployResult.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for one of these resource types: VirtualApp
or VirtualMachine
. When operations return a value of this schema as a response, the property will be an identifier for one of these resource types: VirtualApp
or VirtualMachine
.